Skip to content

Commit

Permalink
yet another one
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoc committed Oct 22, 2024
1 parent f52de32 commit f2dbdaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run-name: Verifying ${{ github.ref }} 🚀
on:
push:
branches:
- 'alltests'
- 'test-env'
jobs:
RunTests:
uses: ./github/workflows/run_tests_base.yml
uses: .github/workflows/run_tests_base.yml
with:
run-outputbased-tests: 1
2 changes: 1 addition & 1 deletion .github/workflows/cecilifier-ci-onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ run-name: Verifying ${{ github.ref }} 🚀
on: [push]
jobs:
RunTests:
uses: ./github/workflows/run_tests_base.yml
uses: .github/workflows/run_tests_base.yml

0 comments on commit f2dbdaa

Please sign in to comment.