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 e7cdf8a + a66c4d4 commit 48b162eCopy full SHA for 48b162e
.github/workflows/reusable-flake-checks-ci-matrix.yml
@@ -25,19 +25,6 @@ on:
25
description: GitHub token to add as access-token in nix.conf
26
required: false
27
28
- # Allow this workflow to be triggered manually:
29
- workflow_dispatch:
30
- inputs:
31
- run-cachix-deploy:
32
- description: 'Deploy to cachix'
33
- type: 'boolean'
34
- default: false
35
- required: false
36
-
37
-concurrency:
38
- group: ${{ github.workflow }}-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }}
39
- cancel-in-progress: true
40
41
jobs:
42
post-initial-comment:
43
runs-on: ${{ fromJSON(inputs.runner) }}
0 commit comments