Skip to content

Commit 8163de9

Browse files
Gosh darn it
1 parent 09f0522 commit 8163de9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22
name: Validate CSV
33
on:
44
pull_request:
5-
branches:
6-
- main
5+
types:
6+
- labeled
7+
- unlabeled
78
push:
89
branches:
910
- main
1011
permissions:
1112
contents: write
13+
pull-requests: write
1214
jobs:
1315
test-build:
1416
runs-on: ubuntu-latest
1517
steps:
1618
- uses: actions/checkout@v4
1719
with:
18-
fetch-depth: 0
19-
ref: ${{ github.head_ref }}
20+
ref: ${{ github.event.pull_request.head.ref }}
21+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2022
- uses: actions/setup-python@v5
2123
with:
2224
python-version: "3.12"

0 commit comments

Comments
 (0)