diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7724649..920ab58 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ } run-e2e-tests: - if: github.event.repository.name != 'terraform-azurerm-avm-template' && github.event.pull_request.head.repo.fork == false + if: github.event.pull_request.head.repo.fork == false uses: Azure/terraform-azurerm-avm-template/.github/workflows/test-examples-template.yml@main name: end to end secrets: inherit diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index cadca35..864db46 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -54,4 +54,4 @@ jobs: needs: [docs, terraform, avmfix] runs-on: ubuntu-latest steps: - - run: echo "All linting checks passed" \ No newline at end of file + - run: echo "All linting checks passed" diff --git a/avm b/avm index d9aba6d..1c6b0d2 100644 --- a/avm +++ b/avm @@ -30,4 +30,4 @@ if [ -z "$AVM_IN_CONTAINER" ]; then $CONTAINER_RUNTIME run --pull always --user "$(id -u):$(id -g)" --rm $AZURE_VOLUME -v "$(pwd)":/src -w /src -e GITHUB_REPOSITORY -e ARM_SUBSCRIPTION_ID -e GITHUB_REPOSITORY_OWNER mcr.microsoft.com/azterraform make "$1" else make "$1" -fi \ No newline at end of file +fi