Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: Synced file(s) with cloudquery/.github (#1249)
Browse files Browse the repository at this point in the history
Co-authored-by: cq-bot <null>
  • Loading branch information
cq-bot authored Jul 20, 2022
1 parent 93e81ec commit 7395644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# GoReleaser will upload the binaries to GitHub and mark the release as ready
- name: Mark as pre-release
if: steps.release.outputs.release_created
uses: tubone24/update_release@e5b78c827eed12bfca529c854356f0ef9dbbe59c
uses: tubone24/update_release@33612700672996bcb8d2b6db23bdb04c8cbfca26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ steps.release.outputs.tag_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:


# The workflow was manually triggered via `ok_to_test` command so we need to update the check manually
- uses: myrotvorets/set-commit-status-action@85c3f9a9b441aa7de3a13141cc820c3738caa63c
- uses: myrotvorets/set-commit-status-action@e46ba95be4ee22af224f946fcdf4ac194df80a57
if: ${{ github.event_name == 'repository_dispatch' && success() }}
with:
token: ${{ secrets.GH_CQ_BOT }}
Expand All @@ -154,7 +154,7 @@ jobs:
allowForks: true

# The workflow was manually triggered via `ok_to_test` command so we need to update the check manually
- uses: myrotvorets/set-commit-status-action@85c3f9a9b441aa7de3a13141cc820c3738caa63c
- uses: myrotvorets/set-commit-status-action@e46ba95be4ee22af224f946fcdf4ac194df80a57
if: ${{ github.event_name == 'repository_dispatch' && failure() }}
with:
token: ${{ secrets.GH_CQ_BOT }}
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/test_policy_sql.yml

This file was deleted.

0 comments on commit 7395644

Please sign in to comment.