Skip to content

Commit 56b6b4a

Browse files
authored
Merge branch 'main' into fix/snapshoty-1
2 parents 39a7c09 + 1a0b9e9 commit 56b6b4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/snapshoty.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ on:
88
workflows: ['test-linux']
99
types:
1010
- completed
11+
branches:
12+
- main
13+
14+
permissions:
15+
contents: read
1116

1217
jobs:
1318
upload:
1419
runs-on: ubuntu-latest
20+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1521
steps:
1622
- uses: actions/checkout@v4
1723

0 commit comments

Comments
 (0)