mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
ci: disable push artifacts on fork repos
disabling push artifacts github action on the fork repos as it doesnot makes sense to run push actions on the fork repo. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
f66b21873b
commit
9fde4f7f18
1
.github/workflows/publish-artifacts.yaml
vendored
1
.github/workflows/publish-artifacts.yaml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
push:
|
push:
|
||||||
name: Publish artifacts
|
name: Publish artifacts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'ceph/ceph-csi'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user