We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db9da5 commit 2fe35ddCopy full SHA for 2fe35dd
1 file changed
.github/workflows/update-graphql-files.yml
@@ -56,7 +56,7 @@ jobs:
56
If CI does not pass or other problems arise, contact #docs-engineering on slack."
57
labels: automerge,autoupdate
58
branch: graphql-schema-update
59
- - if: ${{ failure() }}
+ - if: ${{ failure() && env.FREEZE != 'true'}}
60
name: Delete remote branch (if previous steps failed)
61
uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911
62
with:
0 commit comments