Skip to content

Make extension status stable #1046

Make extension status stable

Make extension status stable #1046

name: "Quarkus ecosystem CI"

Check failure on line 1 in .github/workflows/quarkus-snapshot.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/quarkus-snapshot.yaml

Invalid workflow file

(Line: 14, Col: 1): 'permissions' is already defined, (Line: 17, Col: 1): 'concurrency' is already defined
on:
workflow_dispatch:
watch:
types: [started]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
if: github.event_name == 'workflow_dispatch' || github.actor == 'quarkusbot' || github.actor == 'quarkiversebot'
uses: quarkiverse/.github/.github/workflows/quarkus-ecosystem-ci.yml@main
secrets: inherit
with:
ecosystem_ci_repo_path: quarkiverse-couchbase
java_version: 17