Skip to content

Commit

Permalink
Improving the CI (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha authored May 29, 2024
1 parent e1c2466 commit dea490b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Docs

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true

on:
push:
branches: [master, develop]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-braindecode.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Test-braindecode

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true


on:
push:
branches: [develop]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-devel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Test-devel

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true


on:
push:
branches: [develop]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Test

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true


on:
push:
branches: [master]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/whats-new.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Check What's News Changes

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true

on:
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled, unlabeled ]
Expand Down

0 comments on commit dea490b

Please sign in to comment.