diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-01-28 12:44:34 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-01-28 07:58:33 -0800 |
| commit | 2b6edb9a0c62976ff88a95a953e9d3f2c7f6f144 (patch) | |
| tree | 365dbeb63766c3155491eda2a3df6a4c6ed73365 | |
| parent | 59c08f9e8ba259eee7db9bf195bd23f3c9a51f79 (diff) | |
| download | gitlab-2b6edb9a0c62976ff88a95a953e9d3f2c7f6f144.tar.gz | |
chore(ci): do not run release workflow in forks
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ade71ef..02b01d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: jobs: release: + if: github.repository == 'python-gitlab/python-gitlab' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
