Skip to content

Commit 4502f14

Browse files
committed
fixup! ci: avoid double execution on PR
1 parent 302676c commit 4502f14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55

66
jobs:
77
build:
8-
name: Build
8+
name: Check
99
uses: ./.github/workflows/build.yml
1010

1111
pr:
1212
name: PR
1313
needs: build
1414
runs-on: ubuntu-latest
15-
if: github.head_ref
1615
env:
1716
MESSAGE_FILE: ./message.md
1817
steps:

0 commit comments

Comments
 (0)