From 9d7e048c346afa79b4d0b20db3db6df6ed0b7864 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Sun, 28 Jan 2024 22:19:48 +0100 Subject: [PATCH] feat: testing stuff --- .github/workflows/manifest-check.yml | 2 +- .github/workflows/mods-verification.yml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manifest-check.yml b/.github/workflows/manifest-check.yml index 57fae95..1214b96 100644 --- a/.github/workflows/manifest-check.yml +++ b/.github/workflows/manifest-check.yml @@ -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: diff --git a/.github/workflows/mods-verification.yml b/.github/workflows/mods-verification.yml index 7f35baf..57849d8 100644 --- a/.github/workflows/mods-verification.yml +++ b/.github/workflows/mods-verification.yml @@ -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: