Skip to content

Commit 24c5951

Browse files
committed
ci: remove run-if guard
1 parent 0fc1bfc commit 24c5951

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,8 @@ on:
99
types: [published]
1010

1111
jobs:
12-
run-if:
13-
name: "Run If"
14-
runs-on: ubuntu-latest
15-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
16-
steps:
17-
- run: |
18-
echo "Running CI"
1912
test:
2013
name: "Test"
21-
needs: ["run-if"]
2214
runs-on: ubuntu-latest
2315
strategy:
2416
fail-fast: false

0 commit comments

Comments
 (0)