Skip to content

Commit

Permalink
Fix: Always run annotation check for PRs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 authored Jan 7, 2025
1 parent c5a13fe commit 560010a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/rw-entry-testing-baseset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ jobs:
needs:
- build

uses: ./.github/workflows/rw-annotation-check.yml
if: always() && github.event_name == 'pull_request'

runs-on: ubuntu-latest

steps:
- name: Check annotations
uses: OpenTTD/actions/annotation-check@v5
8 changes: 7 additions & 1 deletion .github/workflows/rw-entry-testing-docker-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ jobs:
- black
# not codeql, as that reports its own status

uses: ./.github/workflows/rw-annotation-check.yml
if: always() && github.event_name == 'pull_request'

runs-on: ubuntu-latest

steps:
- name: Check annotations
uses: OpenTTD/actions/annotation-check@v5

0 comments on commit 560010a

Please sign in to comment.