Skip to content

Commit dfc7f05

Browse files
committed
other random contribution
1 parent 7e906fa commit dfc7f05

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

.github/workflows/small.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 11 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ test-integration:## Run integration test for application
3232

3333
# a change to staging
3434
# another change
35+
# maybe another one

0 commit comments

Comments
 (0)