chore(ci): limit labels workflow to not forked

This commit is contained in:
Quentin McGaw
2022-08-15 23:53:29 +00:00
parent d0dfc21e2b
commit 991cfb8659

View File

@@ -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