Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v3 version of workflow #82

Open
wants to merge 9 commits into
base: v2
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove test code
  • Loading branch information
thepoppingone committed Nov 10, 2023

Unverified

This user has not yet uploaded their public signing key.
commit 689b493b06a1a92e375f3d388b60c4d2144e6e11
4 changes: 0 additions & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
@@ -148,8 +148,6 @@ jobs:
SKIP: ${{ steps.precommit_skips.outputs.skips }}
run: |
pip install pre-commit
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
pwd
git fetch origin
if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]
then
@@ -267,8 +265,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install pre-commit
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
pwd
git fetch origin
if [ "$GITHUB_EVENT_NAME" == 'pull_request' ]
then