From 460137a46d9a11561f3eaf5064a58ade1e6b1200 Mon Sep 17 00:00:00 2001 From: Sjoerd Geevers Date: Thu, 19 Sep 2024 17:01:48 +0200 Subject: [PATCH] remove if statement to check example test --- .github/workflows/rtc-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rtc-tools.yml b/.github/workflows/rtc-tools.yml index 03248973..0a4acfa5 100644 --- a/.github/workflows/rtc-tools.yml +++ b/.github/workflows/rtc-tools.yml @@ -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