Skip to content

Commit

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

0 comments on commit f52de32

Please sign in to comment.