Skip to content

Commit

Permalink
Test action cron
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 14, 2024
1 parent 2195a4b commit 40ce6c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: 4testing multiarch-cron-build
on:
schedule:
- cron: '0 20 * * *'
push:
branches:
- 'feature/cron-build-oci'

jobs:

Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
--data '{
"ref": "'"${{ github.ref_name }}"'",
"inputs": {
"branches": "[\"develop\", \"hotfix/v3.0.1\", \"release/v3.0.0\"]"
"branches": "[\"release/v3.0.0\", \"hotfix/v3.0.1\", \"develop\"]"
}
}'
Expand Down

0 comments on commit 40ce6c2

Please sign in to comment.