Skip to content

Commit

Permalink
chore: test api-platform/core:dev-main scheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Mar 5, 2024
1 parent 0197aad commit 557ec5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -7,6 +7,9 @@ on:
- \d+.\d+
pull_request: ~
workflow_dispatch: ~
# Check api-platform/core:dev-main every sunday at 02:00
schedule:
- cron: 0 2 * * 0

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -42,6 +45,10 @@ jobs:
-
name: Start services
run: docker compose up --wait --no-build
-
name: Update API Platform to latest
# if: ${{ github.event_name == 'schedule' }}
run: docker compose exec php composer require api-platform/core:dev-main
-
name: Check HTTP reachability
run: curl -v -o /dev/null http://localhost
Expand Down

0 comments on commit 557ec5c

Please sign in to comment.