We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e897b commit 4651a93Copy full SHA for 4651a93
.github/workflows/compress.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
# Only run on main repo on and PRs that match the main repo.
30
if: |
31
- github.repository == 'example/example_repo' &&
+ github.repository == 'wabbajack-tools/mod-lists' &&
32
(github.event_name != 'pull_request' ||
33
github.event.pull_request.head.repo.full_name == github.repository)
34
steps:
0 commit comments