File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 setup :
10+ # This workflow is only of value to the metal3-io/cluster-api-provider-metal3 repository and
11+ # would always fail in forks
12+ if : github.repository == 'metal3-io/cluster-api-provider-metal3'
1013 runs-on : ubuntu-20.04
1114 permissions :
1215 actions : read
Original file line number Diff line number Diff line change 99jobs :
1010 markdown-link-check :
1111 name : Broken Links
12+ # This workflow is only of value to the metal3-io/cluster-api-provider-metal3 repository and
13+ # would always fail in forks
14+ if : github.repository == 'metal3-io/cluster-api-provider-metal3'
1215 runs-on : ubuntu-latest
1316 steps :
1417 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ name: release
99jobs :
1010 build :
1111 name : tag release
12+ # This workflow is only of value to the metal3-io/cluster-api-provider-metal3 repository and
13+ # would always fail in forks
14+ if : github.repository == 'metal3-io/cluster-api-provider-metal3'
1215 runs-on : ubuntu-latest
1316 steps :
1417 - name : Export RELEASE_TAG var
You can’t perform that action at this time.
0 commit comments