Skip to content

Commit

Permalink
Update xskillscore_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronspring committed Apr 22, 2022
1 parent da0401b commit 77be69a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/xskillscore_testing.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: xskillscore testing

on: pull_request
on:
pull_request:
workflow_dispatch: # allows you to trigger manually

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

jobs:
detect-ci-trigger:
Expand Down

0 comments on commit 77be69a

Please sign in to comment.