Skip to content

Commit

Permalink
reduce timeout and remove types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Nov 19, 2023
1 parent 37f23e4 commit 7f1d380
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: On Pull Request to Main
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
- edited
branches:
- main
jobs:
validate-changes:
if: '!github.event.pull_request.head.repo.fork'
runs-on: ubuntu-22.04
strategy:
matrix:
Expand All @@ -21,7 +14,7 @@ jobs:
params: --set-string global.secrets.databasePassword=test --set-string global.secrets.databaseUser=test --set-string global.secrets.databasePassword=databaseName
- repo_name: pubcode
params: ''
timeout-minutes: 10
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7f1d380

Please sign in to comment.