Skip to content

Commit

Permalink
delete this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PLangowski committed Nov 19, 2024
1 parent 0bd2bae commit c17084d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: CI on push release tag
on:
pull_request:
branches:
- 'main'
# branches:
# - 'main'
jobs:
build-dts:
uses: ./.github/workflows/build.yml
run-tests:
name: Run DTS tests
if: ${{ github.head_ref == 'develop' && contains(join(needs.*.result, ','), 'success') }}
if: ${{ contains(join(needs.*.result, ','), 'success') }}
needs: build
runs-on:
labels: dts-builder
Expand Down

0 comments on commit c17084d

Please sign in to comment.