diff options
Diffstat (limited to '.github/workflows/rust-openssl.yml')
-rw-r--r-- | .github/workflows/rust-openssl.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index ef5a7b1..865219e 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
@@ -6,6 +6,10 @@ on: | |||
6 | schedule: | 6 | schedule: |
7 | - cron: "0 0 * * *" # At 00:00 daily. | 7 | - cron: "0 0 * * *" # At 00:00 daily. |
8 | 8 | ||
9 | concurrency: | ||
10 | group: "${{ github.workflow }}-${{ github.ref }}" | ||
11 | cancel-in-progress: true | ||
12 | |||
9 | jobs: | 13 | jobs: |
10 | test: | 14 | test: |
11 | name: "Test" | 15 | name: "Test" |