From 856d8446bf510c97e7851eee5ea4e351fa1f4a60 Mon Sep 17 00:00:00 2001 From: David Boucher Date: Fri, 13 Jun 2025 16:02:23 +0200 Subject: [PATCH] fix(ci): generic-plugins.yml should be good for the linter --- .github/workflows/generic-plugins.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/generic-plugins.yml b/.github/workflows/generic-plugins.yml index e69de29bb..db2087f2d 100644 --- a/.github/workflows/generic-plugins.yml +++ b/.github/workflows/generic-plugins.yml @@ -0,0 +1,24 @@ +name: Generic Plugins + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + +on: + workflow_dispatch: + pull_request: + paths: + - 'experimental/**' + push: + branches: + - develop + - master + paths: + - 'experimental/**' + +jobs: + get-environment: + uses: ./.github/workflows/get-environment.yml + with: + version_file: experimental/Cargo.toml +