Skip to content

Commit 9291928

Browse files
authored
repo sync
2 parents 2b73f35 + e70895b commit 9291928

349 files changed

Lines changed: 21 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/triage-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
triage_pulls:
10-
if: github.repository == 'github/docs'
10+
if: github.repository != 'github/docs-internal'
1111
runs-on: ubuntu-latest
1212

1313
steps:

.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:
Binary file not shown.

0 commit comments

Comments
 (0)