Skip to content

Commit

Permalink
Update cron-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 14, 2024
1 parent 13ee11e commit 83a2f9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: 4testing multiarch-cron-build
on:
schedule:
- cron: '0 20 * * *'
# push:
# branches:
# - 'feature/cron-build-oci'
push:
branches:
- 'feature/cron-build-oci'

jobs:

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

0 comments on commit 83a2f9b

Please sign in to comment.