Skip to content

Commit

Permalink
Remove build dependency on test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 2, 2024
1 parent f32519a commit 5bd83ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
test:
if: github.ref_type == 'branch' || github.ref_name == 'pull_request'
runs-on: ubuntu-24.04
strategy:
fail-fast: false
Expand All @@ -30,7 +31,6 @@ jobs:

build:
name: Build
needs: [ test ]
if: github.event_name == 'push'
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 5bd83ea

Please sign in to comment.