From 4cb42a6f24e409ef085f03055134142926ee1e80 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 10 Sep 2024 13:27:31 +0200 Subject: [PATCH] chore: trigger pipeline --- .github/workflows/test.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index 30af18daae..0000000000 --- a/.github/workflows/test.yaml +++ /dev/null @@ -1,18 +0,0 @@ -on: - push: - tags: - - '*' -jobs: - test-tags: - name: Test tags - runs-on: ubuntu-latest - steps: - - name: Get branch names - id: branch-names - uses: tj-actions/branch-names@v8 - - - name: Running on a tag branch. - if: steps.branch-names.outputs.is_tag == 'true' - run: | - echo "Running on: ${{ steps.branch-names.outputs.tag }}" - echo "Current branch: ${{ steps.branch-names.outputs.current_branch }}"