Skip to content

Commit 4651a93

Browse files
authored
Fix compression workflow
1 parent a6e897b commit 4651a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
# Only run on main repo on and PRs that match the main repo.
3030
if: |
31-
github.repository == 'example/example_repo' &&
31+
github.repository == 'wabbajack-tools/mod-lists' &&
3232
(github.event_name != 'pull_request' ||
3333
github.event.pull_request.head.repo.full_name == github.repository)
3434
steps:

0 commit comments

Comments
 (0)