prevent PR from triggering push
This commit is contained in:
parent
a9a55b7322
commit
be258f1c36
|
@ -9,7 +9,7 @@ jobs:
|
||||||
command: docker build -t postal:dev .
|
command: docker build -t postal:dev .
|
||||||
- run:
|
- run:
|
||||||
name: Skip this job for Pull Requests
|
name: Skip this job for Pull Requests
|
||||||
command: '[[ ! -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
nightly:
|
nightly:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user