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 2a43e3c commit 44c2fadCopy full SHA for 44c2fad
.github/workflows/TestWorkflow.yml
@@ -1,7 +1,5 @@
1
name: Action-Test
2
3
-run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
-
5
on:
6
workflow_call:
7
inputs:
@@ -32,10 +30,6 @@ on:
32
30
description: 'Private Key for the test GitHub App for the organization'
33
31
required: true
34
35
-concurrency:
36
- group: ${{ github.workflow }}-${{ github.ref }}
37
- cancel-in-progress: true
38
39
permissions:
40
contents: read
41
pull-requests: read
0 commit comments