mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
|
||||
name: Publish artifacts
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'ceph/ceph-csi'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user