Skip to content

Commit 3a9ad08

Browse files
Remove unnecessary metadata and concurrency settings from ActionTestWorkflow.yml
1 parent be1a57d commit 3a9ad08

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ActionTestWorkflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
name: Action-Test [outputs]
2-
3-
run-name: "Action-Test [outputs] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4-
51
on:
62
workflow_call:
73
inputs:
@@ -18,10 +14,6 @@ on:
1814
type: string
1915
required: false
2016

21-
concurrency:
22-
group: ${{ github.workflow }}-${{ github.ref }}
23-
cancel-in-progress: true
24-
2517
permissions: {}
2618

2719
jobs:

0 commit comments

Comments
 (0)