Skip to content

Commit

Permalink
Merge pull request #85 from minijackson/interruptible-gitlab-pipeline
Browse files Browse the repository at this point in the history
gitlab-ci: make pipeline/jobs interruptible
  • Loading branch information
minijackson committed Jun 6, 2024
2 parents a643ae3 + 3cd82a6 commit 08983e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
workflow:
auto_cancel:
on_new_commit: interruptible

default:
interruptible: true
tags:
- nix

Expand Down

0 comments on commit 08983e1

Please sign in to comment.