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 f22252f commit 4f33b35Copy full SHA for 4f33b35
.github/workflows/release.yaml
@@ -2,6 +2,10 @@ name: Release
2
on:
3
release:
4
types: [published]
5
+
6
+env:
7
+ FORCE_COLOR: "1"
8
9
jobs:
10
11
runs-on: ubuntu-latest
.github/workflows/tests.yaml
@@ -1,5 +1,13 @@
1
name: Tests
on: [push, pull_request]
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ cancel-in-progress: true
12
tests:
13
timeout-minutes: 15
0 commit comments