mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-10-13 23:00:43 +08:00
ci: Checkout repo during change detection job
This commit is contained in:
parent
4d7fe4e473
commit
e3cbd26e97
4
.github/workflows/filter-changes.yml
vendored
4
.github/workflows/filter-changes.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
ci: ${{ steps.filter.outputs.ci }}
|
||||
ghcr: ${{ steps.filter.outputs.ghcr }}
|
||||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: actions/checkout@v4
|
||||
# Only checkout code if not a pull request
|
||||
|
||||
# For pull requests it's not necessary to checkout the code
|
||||
- uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
|
Loading…
x
Reference in New Issue
Block a user