From cf0f1a5d1b11096669a19abe8b9553f66406d968 Mon Sep 17 00:00:00 2001 From: Timothy MacDonald Date: Fri, 15 Mar 2024 12:50:53 -0500 Subject: [PATCH] ci: temporarily disable github workflow triggers and restore codefresh Signed-off-by: Timothy MacDonald --- .github/workflows/release.yml | 2 -- .github/workflows/test-compat-pr-comment.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bb4ae6..ac8b2ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,12 +2,10 @@ name: Release on: workflow_dispatch: - # push: # tags: # - 'v*' - jobs: call-release: uses: lacework/oss-actions/.github/workflows/tf-release.yml@main diff --git a/.github/workflows/test-compat-pr-comment.yml b/.github/workflows/test-compat-pr-comment.yml index 0026472..7854f11 100644 --- a/.github/workflows/test-compat-pr-comment.yml +++ b/.github/workflows/test-compat-pr-comment.yml @@ -22,9 +22,7 @@ jobs: if (result.state != "active" ) { core.setFailed('Commenter is not a member of the growth team.') } - call-test-compat: needs: check-commenting-user uses: lacework/oss-actions/.github/workflows/tf-test-compatibility.yml@main secrets: inherit -