Skip to content

Commit 5c38717

Browse files
authored
Merge pull request #34 from per1234/fork-conditional
Remove fork filter conditional from Go nightly build workflow
2 parents 8110437 + ffee773 commit 5c38717

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
jobs:
1010
create-nightly-artifacts:
11-
# This workflow is only of value to the arduino/arduino-cli repository and
12-
# would always fail in forks
13-
if: github.repository == 'arduino/arduino-cli'
1411
runs-on: ubuntu-latest
1512

1613
steps:

workflow-templates/publish-go-nightly-task.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88

99
jobs:
1010
create-nightly-artifacts:
11-
# This workflow is only of value to the arduino/arduino-cli repository and
12-
# would always fail in forks
13-
if: github.repository == 'arduino/arduino-cli'
1411
runs-on: ubuntu-latest
1512

1613
steps:

0 commit comments

Comments
 (0)