Skip to content

Commit 0b63f75

Browse files
committed
Remove the line that except integration tests from being run from forks
1 parent 8b2cdd3 commit 0b63f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
python-version: '3.x'
2323

2424
- name: Integration Test
25-
if: github.repository_owner == '1Password' # don't run integration tests on forked PRs because those don't have access to pipeline secrets
2625
env:
2726
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
2827
run: |

0 commit comments

Comments
 (0)