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.
2 parents 6a4bc1d + 1ab8784 commit 1c077ecCopy full SHA for 1c077ec
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ "master" ]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
env:
14
TERM: xterm-256color
15
FORCE_COLOR: 1
.github/workflows/ui-tests.yml
workflow_dispatch:
jobs:
ui-tests:
runs-on: ubuntu-latest
0 commit comments