Skip to content

Commit

Permalink
fix(ci): allow to specify the required cached state disk type
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 11, 2024
1 parent 30d26ab commit 2d30ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
# TODO: Remove `|| github.event_name == 'workflow_dispatch'` condition before merging
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}

steps:
Expand Down

0 comments on commit 2d30ec7

Please sign in to comment.