Skip to content

Commit c17084d

Browse files
committed
delete this commit
1 parent 0bd2bae commit c17084d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name: CI on push release tag
33
on:
44
pull_request:
5-
branches:
6-
- 'main'
5+
# branches:
6+
# - 'main'
77
jobs:
88
build-dts:
99
uses: ./.github/workflows/build.yml
1010
run-tests:
1111
name: Run DTS tests
12-
if: ${{ github.head_ref == 'develop' && contains(join(needs.*.result, ','), 'success') }}
12+
if: ${{ contains(join(needs.*.result, ','), 'success') }}
1313
needs: build
1414
runs-on:
1515
labels: dts-builder

0 commit comments

Comments
 (0)