From 9b1160339bb2b52a618c08a977c0345944940bf1 Mon Sep 17 00:00:00 2001 From: Snoupix Date: Sun, 2 Feb 2025 11:45:10 +0100 Subject: [PATCH] fix(ci): Fix outdated syntax --- .github/workflows/build_and_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 9502ddd..24b571e 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -15,7 +15,7 @@ env: jobs: release_cli: - if: github.event.pull_request.head.ref !~ 'dependabot/.*' + if: "!startsWith(github.event.pull_request.head.ref, 'dependabot')" strategy: matrix: platform: @@ -92,7 +92,7 @@ jobs: Justfile # release_gui: - # if: github.event.pull_request.head.ref !~ 'dependabot/.*' + # if: "!startsWith(github.event.pull_request.head.ref, 'dependabot')" # # Copy of the above strategy # strategy: # matrix: @@ -159,7 +159,7 @@ jobs: # ../Justfile release_c_lib: - if: github.event.pull_request.head.ref !~ 'dependabot/.*' + if: "!startsWith(github.event.pull_request.head.ref, 'dependabot')" # Copy of the above strategy strategy: matrix: