Skip to content

Commit

Permalink
restore ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Dec 3, 2023
1 parent 5bf80fa commit 6dfdc7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
branches:
- main
- feature/convert-resource-object
paths-ignore:
- 'README.md'

Expand All @@ -16,7 +15,6 @@ on:
- 'README.md'
branches:
- main
- feature/convert-resource-object

# Ensures only 1 action runs per PR and previous is canceled on new trigger
concurrency:
Expand Down Expand Up @@ -120,7 +118,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 @@ -171,7 +169,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 6dfdc7d

Please sign in to comment.