Skip to content

Commit

Permalink
Mod to enable PR checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 25, 2023
1 parent eb930c3 commit 01124f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ on:
# Run on pull requests
pull_request:

# Run on PR from DCS
workflow_run:
workflows: ["dcs16_push"]
types:
- completed

## Future Ideas:
## PR make it 10 or less
## For main and time based we can run something bigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dcs16_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: actions/checkout@v2
- run: gh pr create -B main -H ${{ github.ref_name }} --title "${{ github.ref_name }}" --body "${{ github.event.head_commit.message }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DCS_PUSH }}

0 comments on commit 01124f5

Please sign in to comment.