Skip to content

Commit b9b97ac

Browse files
final test
1 parent be57b32 commit b9b97ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-375-all.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test Setup-Go PR 334 Outputs
22

33
on:
4-
# push:
5-
# branches: [ test-375-fr ]
4+
push:
5+
branches: [ test-375-fr ]
66
workflow_dispatch:
77

88
jobs:
@@ -43,6 +43,7 @@ jobs:
4343
- "v1.23"
4444
- "v 1.20"
4545
- " 1.25"
46+
- "invalid-version"
4647

4748

4849
steps:

.github/workflows/test-375-allmain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "v1.23"
4343
- "v 1.20"
4444
- " 1.25"
45-
45+
- "invalid-version"
4646
steps:
4747
- name: Checkout this repo
4848
uses: actions/checkout@v5

0 commit comments

Comments
 (0)