diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f1d5b..c378260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,4 @@ jobs: uses: SPHTech-Platform/reusable-workflows/.github/workflows/terraform.yaml@v2 with: upload_sarif: false - default_runner_override_label: self-hosted - runner_label: platform-eng-ent secrets: inherit diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml deleted file mode 100644 index 511b5e6..0000000 --- a/.github/workflows/precommit-autoupdate.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Autoupdate pre-commit configs and tflint aws plugin - -on: - # every sunday at midnight - schedule: - - cron: "0 0 * * 0" - # on demand - workflow_dispatch: - -# Request from Org admin to allow Github Action workflow to make PR under Settings > Actions > General -permissions: - actions: read - checks: read - contents: write #require this to write to repo - pull-requests: write #require this to create PR - -jobs: - auto-update: - runs-on: - - self-hosted - - platform-eng-ent - steps: - - uses: SPHTech-Platform/gha-pre-commit-autoupdate@testgh - name: Update pre-commit config automatically - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: SPHTech-Platform/gha-tflint-aws-plugin-autoupdate@main - name: Update tflint aws plugin automatically - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}