Skip to content

Commit

Permalink
Change CI to run each job once
Browse files Browse the repository at this point in the history
Because the CI was set to:
```
on: [pull_request, push]
```
all CI jobs ran twice. Removed "push".
  • Loading branch information
moCello committed Jan 5, 2024
1 parent d9a3bc2 commit e134a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [pull_request, push]
on: [pull_request]

name: Dusk CI

Expand Down

0 comments on commit e134a74

Please sign in to comment.