Skip to content

Commit 2fe35dd

Browse files
authored
fix some repo freeze failure (#18026)
1 parent 2db9da5 commit 2fe35dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-graphql-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
If CI does not pass or other problems arise, contact #docs-engineering on slack."
5757
labels: automerge,autoupdate
5858
branch: graphql-schema-update
59-
- if: ${{ failure() }}
59+
- if: ${{ failure() && env.FREEZE != 'true'}}
6060
name: Delete remote branch (if previous steps failed)
6161
uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911
6262
with:

0 commit comments

Comments
 (0)