We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e906fa commit dfc7f05Copy full SHA for dfc7f05
.github/workflows/small.yaml
@@ -0,0 +1,20 @@
1
+name: Test one workflow
2
+on:
3
+ push:
4
+ branches:
5
+ - staging
6
+
7
+concurrency:
8
+ group: ${{github.workflow}}-${{github.ref}}
9
+ cancel-in-progress: true
10
11
+permissions:
12
+ actions: write
13
+ contents: read
14
+ checks: write
15
16
+jobs:
17
+ deploy:
18
+ runs-on: self-hosted
19
+ steps:
20
+ - run: echo "Testing workflow recognition"
.github/workflows/test-workflow.yaml
Makefile
@@ -32,3 +32,4 @@ test-integration:## Run integration test for application
32
33
# a change to staging
34
# another change
35
+# maybe another one
0 commit comments