-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No update-precommit on forks (#5261)
* Added conditional on repository owner to prevent update-pre-commit on forks * Added explanation on CHANGES directory
- Loading branch information
1 parent
6f73339
commit 213be22
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Fixed github workflow `update-pre-commit` on forks, | ||
since this workflow should run only in the main repository and also because it was giving failed jobs on all the forks. | ||
Now it will show up as skipped workflow. |