Skip to content

Commit

Permalink
Add jobs to use as required status
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Nov 15, 2023
1 parent e07da61 commit a006e6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
check:
CheckChangelog:
name: latest
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ jobs:
run: dotnet run integration test TestProvider
- name: TestDeletedWith
run: dotnet run integration test TestDeletedWith
check-tests:
needs: ["Build", "IntegrationTests"]
runs-on: ubuntu-latest
steps:
- name: OK
run: echo "OK"

0 comments on commit a006e6f

Please sign in to comment.