From 6794dfe8a4d8d833545a991a0ed200440d4a499f Mon Sep 17 00:00:00 2001 From: RaphaelIT7 <64648134+RaphaelIT7@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:37:48 +0200 Subject: [PATCH] Trigger gmod_tests after updating updating the build versions --- .github/workflows/check_for_updates.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/check_for_updates.yml b/.github/workflows/check_for_updates.yml index f54fb93..ead53af 100644 --- a/.github/workflows/check_for_updates.yml +++ b/.github/workflows/check_for_updates.yml @@ -227,3 +227,13 @@ jobs: fi env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Dispatch gmod_tests # Yes we shouldn't normally depend on this, though it really doesn't hurt. + run: | + curl -L \ + -X POST \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer ${{ secrets.GH_API_KEY }}" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/CFC-Servers/gmod_tests/actions/workflows/branch_tests.yml/dispatches \ + -d '{"ref":"main","inputs":{"force_run":"false"}}' \ No newline at end of file