Skip to content

Commit

Permalink
Only build verification examples on branch verify
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 21, 2024
1 parent 1b34090 commit a2ca141
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
run: |
npm run vite:build
- name: Verify
if: github.ref_name == 'main'
verify:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Execute verification
if: github.ref_name == 'verify'
shell: bash
run: |
bash ./verify/buildAll.sh

0 comments on commit a2ca141

Please sign in to comment.