From c7b0460a8b1235b1ad372198ea3be2f64f19ebe7 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Wed, 7 Aug 2024 14:29:59 -0500 Subject: [PATCH] DEBUG - DO_NOT_MERGE --- .github/workflows/crucible-ci.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/crucible-ci.yaml diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml deleted file mode 100644 index 6e500e3..0000000 --- a/.github/workflows/crucible-ci.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: crucible-ci - -on: - pull_request: - branches: [ master ] - paths-ignore: - - LICENSE - - '**.md' - - .github/workflows/run-crucible-tracking.yaml - - .github/workflows/crucible-merged.yaml - - .github/workflows/faux-crucible-ci.yaml - - .github/workflows/faux-workshop-ci.yaml - - 'docs/**' - workflow_dispatch: - -jobs: - call-core-crucible-ci: - uses: perftool-incubator/crucible-ci/.github/workflows/core-crucible-ci.yaml@main - with: - ci_target: "workshop" - ci_target_branch: "${{ github.ref }}" - github_workspace: "$GITHUB_WORKSPACE" - secrets: - ci_registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }} - quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }}