Skip to content

Commit f5ec12c

Browse files
committed
chore: include/exclude
1 parent f05ebb8 commit f5ec12c

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/matrix-include-exclude.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
timeout-minutes: 3
2323
steps:
24-
- run: echo "${ORG}"
25-
- run: echo "${NEW_ORG}"
26-
env:
27-
NEW_ORG: new-${{ env.ORG }}
24+
- run: echo "${matrix.fruit}"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,10 +1954,7 @@ jobs:
19541954
runs-on: ubuntu-24.04
19551955
timeout-minutes: 3
19561956
steps:
1957-
- run: echo "${ORG}"
1958-
- run: echo "${NEW_ORG}"
1959-
env:
1960-
NEW_ORG: new-${{ env.ORG }}
1957+
- run: echo "${matrix.fruit}"
19611958
19621959
```
19631960

0 commit comments

Comments
 (0)