Skip to content

Commit 870e36b

Browse files
remove check before checkout
1 parent d9760d2 commit 870e36b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
jobs:
22
build:
33
machine: true
4-
steps:
5-
- run:
6-
command: '[ -z "$PR_NUMBER" ] && circleci-agent step halt'
7-
name: "Check if PR_NUMBER exists"
4+
steps:
85
- checkout
96
-
107
run:

0 commit comments

Comments
 (0)