We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b967d commit d9fb017Copy full SHA for d9fb017
.github/workflows/ci.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
branches: [main]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
test:
13
runs-on: ${{ matrix.os }}
.github/workflows/codeql.yml
@@ -9,6 +9,10 @@ on:
# Weekly scan on Sundays
- cron: '0 0 * * 0'
14
15
16
17
analyze:
18
name: Analyze
.github/workflows/security.yml
@@ -10,6 +10,10 @@ on:
release:
types: [published]
env:
CARGO_TERM_COLOR: always
19
RUST_BACKTRACE: 1
0 commit comments