chore(ci): limit labels workflow to not forked
This commit is contained in:
3
.github/workflows/labels.yml
vendored
3
.github/workflows/labels.yml
vendored
@@ -7,6 +7,9 @@ on:
|
||||
- .github/workflows/labels.yml
|
||||
jobs:
|
||||
labeler:
|
||||
# Only run from pushes from this repository to avoid
|
||||
# `Resource not accessible by integration` errors.
|
||||
if: github.repository == 'qdm12/gluetun'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user