Skip to content

Commit

Permalink
github-action: run snapshoty for main and if success
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 7, 2024
1 parent 368f54b commit 686b613
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/snapshoty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ on:
workflows: ['test-linux']
types:
- completed
branches:
- main

permissions:
contents: read

jobs:
upload:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 686b613

Please sign in to comment.