Skip to content

Commit

Permalink
remove if statement to check example test
Browse files Browse the repository at this point in the history
  • Loading branch information
SGeeversAtVortech committed Sep 19, 2024
1 parent b81d5b2 commit 460137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: python:${{ matrix.version }}
if: startsWith(github.ref, 'refs/tags')
# if: startsWith(github.ref, 'refs/tags')
timeout-minutes: 30
env:
TOXENV: examples
Expand Down

0 comments on commit 460137a

Please sign in to comment.