Skip to content

Commit

Permalink
Disable new check to avoid running on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jenni committed Sep 7, 2021
1 parent 0f28424 commit 5fcac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule_snapshot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Tag snapshot release"
runs-on: ubuntu-18.04
# Don't run this in everyone's forks.
if: github.repository == 'google/iree'
# if: github.repository == 'google/iree'
steps:
- name: Checking out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5fcac40

Please sign in to comment.