Skip the rolling workflow on forks. (#440)
This commit is contained in:
@@ -60,3 +60,7 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
context: org-global
|
context: org-global
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
|
||||||
|
ignore: /pull\/[0-9]+/
|
||||||
|
|||||||
Reference in New Issue
Block a user