Skip to content

Commit

Permalink
ci: temporarily disable github workflow triggers and restore codefresh
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 committed Mar 19, 2024
1 parent c9714b4 commit cf0f1a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-compat-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf0f1a5

Please sign in to comment.