Skip to content

Commit

Permalink
feat: testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz committed Jan 28, 2024
1 parent a1b47b8 commit 9d7e048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manifest-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Manifest check
on: [pull_request]
on: [workflow_call] # allow this workflow to be called from other workflows

jobs:
check-for-tabs-in-json:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/mods-verification.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Mods verification
on:
workflow_run:
workflows: ["Manifest check"]
types:
- completed
on: [push, pull_request]

jobs:
manifest-checking:
uses: ./.github/workflows/manifest-check.yml
verify-mods-versions:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9d7e048

Please sign in to comment.