Skip to content

Commit

Permalink
Merge pull request #6 from DFE-Digital/passing-status-checks
Browse files Browse the repository at this point in the history
Replacement workflows
  • Loading branch information
pritchyspritch authored Sep 19, 2024
2 parents c1560d5 + a65de79 commit 0262165
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/status-checks-replacement-codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "CodeQL"

on:
pull_request:
# The branches below must be a subset of the branches above
types: [opened, reopened]
paths-ignore:
- '**.py'
jobs:
run-codeql:
runs-on: ubuntu-latest
steps:
- run: echo "No CodeQL required"

17 changes: 17 additions & 0 deletions .github/workflows/status-checks-replacement-verify_tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Verify tags are the same

on:
pull_request:
# The branches below must be a subset of the branches above
types: [opened, reopened]
paths-ignore:
- 'src/**'
- 'pyproject.toml'
- 'action.yml'
jobs:
verify-tags:
runs-on: ubuntu-latest
steps:
- run: echo "No tag checking required required"

0 comments on commit 0262165

Please sign in to comment.