From e795e448f5284ed6c24432adbe60820329c934f0 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sat, 24 Aug 2024 14:31:46 +0200 Subject: [PATCH] skip the workflow when the Azure DevOps pat is not available --- .github/workflows/handle-versioning-accross-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/handle-versioning-accross-branches.yml b/.github/workflows/handle-versioning-accross-branches.yml index 6971886..7b9a0b1 100644 --- a/.github/workflows/handle-versioning-accross-branches.yml +++ b/.github/workflows/handle-versioning-accross-branches.yml @@ -9,6 +9,7 @@ permissions: jobs: extension-versioning: + if: github.actor != 'dependabot[bot] runs-on: ubuntu-latest permissions: contents: write