Skip to content

Commit

Permalink
✋ Limit workflow in //
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-soprasteria committed Dec 12, 2021
1 parent 0e6edf2 commit 5903f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
concurrency:
group: svn2git
cancel-in-progress: true
name: svn2git CI
on: [push, pull_request]
jobs:
pipeline:
name: pipeline
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.pull_request.title, '[skip ci]') && !contains(github.event.pull_request.title, '[ci skip]')"
timeout-minutes: 40
Expand Down

0 comments on commit 5903f8e

Please sign in to comment.