1
0
mirror of synced 2026-01-09 15:02:41 -05:00

fix some repo freeze failure (#18026)

This commit is contained in:
Rachael Sewell
2021-03-01 13:52:05 -08:00
committed by GitHub
parent 2db9da5c8f
commit 2fe35dd4fd

View File

@@ -56,7 +56,7 @@ jobs:
If CI does not pass or other problems arise, contact #docs-engineering on slack."
labels: automerge,autoupdate
branch: graphql-schema-update
- if: ${{ failure() }}
- if: ${{ failure() && env.FREEZE != 'true'}}
name: Delete remote branch (if previous steps failed)
uses: dawidd6/action-delete-branch@47743101a121ad657031e6704086271ca81b1911
with: