File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 9
9
tags :
10
10
- ' v*'
11
11
12
- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
+ # Allows you to run this workflow manually from the Actions tab
13
+ workflow_dispatch :
14
+
15
+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
16
+ permissions :
17
+ contents : read
18
+ pages : write
19
+ id-token : write
20
+
21
+ # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22
+ # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
23
+ concurrency :
24
+ group : " pages"
25
+ cancel-in-progress : false
26
+
27
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
28
jobs :
14
29
# Allows you to run this workflow manually from the Actions tab
15
30
call-test-workflow :
You can’t perform that action at this time.
0 commit comments