Skip to content

Commit

Permalink
include
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent bfb08f4 commit 70e56db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:

strategy:
matrix:
- name: pr${{ github.event.number }}
token: ${{ secrets.RUNNER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
environment: test
include:
- name: pr${{ github.event.number }}
token: ${{ secrets.RUNNER_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
environment: test

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 70e56db

Please sign in to comment.