Skip to content

Commit 4b1598c

Browse files
committed
Test
1 parent 62a31ec commit 4b1598c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Some linters
2222
run: echo "Some linters"
2323

24-
test:
25-
uses: ./.github/workflows/tests.yml
24+
# test:
25+
# uses: ./.github/workflows/tests.yml
2626

2727
versioning:
2828
name: Bump Patch Version

.github/workflows/other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Some linters
1717
run: echo "Some linters"
1818

19-
test:
20-
uses: ./.github/workflows/tests.yml
19+
# test:
20+
# uses: ./.github/workflows/tests.yml

0 commit comments

Comments
 (0)