prevent PR from triggering push
This commit is contained in:
parent
a7ef0fe512
commit
0395489ef6
|
@ -4,7 +4,12 @@ jobs:
|
||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: docker build -t postal:latest .
|
- run:
|
||||||
|
name: Build Postal Docker Container
|
||||||
|
command: docker build -t postal:latest .
|
||||||
|
- run:
|
||||||
|
name: Skip this job for Pull Requests
|
||||||
|
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