Skip to content

Commit 04a94d0

Browse files
authored
chore: Only run freeze reminder on internal repo (#768)
1 parent 444ea4d commit 04a94d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/repo-freeze-reminders.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
check-freezer:
1212
name: Remind about deployment freezes
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'github/docs-internal'
1415
steps:
1516

1617
- name: Send Slack notification if repo is frozen

0 commit comments

Comments
 (0)