Skip to content

Commit

Permalink
revert ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Jan 27, 2024
1 parent 1ab1b20 commit fbdc770
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
- 'README.md'
branches:
- main
- feature/add-support-filtering-twingate_connectors-datasource

# Ensures only 1 action runs per PR and previous is canceled on new trigger
concurrency:
Expand Down Expand Up @@ -120,7 +119,7 @@ jobs:
name: Matrix Acceptance Tests
needs: build
runs-on: ubuntu-latest
# if: "!github.event.pull_request.head.repo.fork"
if: "!github.event.pull_request.head.repo.fork"
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down Expand Up @@ -172,7 +171,7 @@ jobs:

cleanup:
name: Cleanup
# if: "!github.event.pull_request.head.repo.fork"
if: "!github.event.pull_request.head.repo.fork"
needs: tests-acceptance
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit fbdc770

Please sign in to comment.