Skip to content

Commit

Permalink
build: test running in this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Nov 10, 2023
1 parent d7ab0e2 commit 476f26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: ${{ inputs.runs-on }}
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/etcd'
# if: github.repository == 'etcd-io/etcd'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 476f26d

Please sign in to comment.