From d6bcee9c35fb4a905b51c39e4d5ca842e9a421eb Mon Sep 17 00:00:00 2001 From: David Arnold Date: Mon, 5 Jun 2023 18:08:10 -0500 Subject: [PATCH] fix: ci with new std-action compatible version --- .github/workflows/ci.yml | 1 + .github/workflows/std.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e799848..ed6c94c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Standard CI on: + pull_request: push: branches: - main diff --git a/.github/workflows/std.yml b/.github/workflows/std.yml index 95c1ea1a..749fa739 100644 --- a/.github/workflows/std.yml +++ b/.github/workflows/std.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ inputs.runs-on }} steps: - name: Standard Discovery - uses: divnix/std-action/discover@v0.20.5 + uses: divnix/std-action/discover@v0.23.0 id: discovery build_cli: @@ -32,7 +32,7 @@ jobs: name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }} runs-on: ${{ inputs.runs-on }} steps: - - uses: divnix/std-action/run@v0.20.5 + - uses: divnix/std-action/run@v0.23.0 env: AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }} @@ -52,7 +52,7 @@ jobs: name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }} runs-on: ${{ inputs.runs-on }} steps: - - uses: divnix/std-action/run@v0.20.5 + - uses: divnix/std-action/run@v0.23.0 env: AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }} @@ -72,7 +72,7 @@ jobs: name: //${{ matrix.target.cell }}/${{ matrix.target.block }}/${{ matrix.target.name }}:${{ matrix.target.action }} runs-on: ${{ inputs.runs-on }} steps: - - uses: divnix/std-action/run@v0.20.5 + - uses: divnix/std-action/run@v0.23.0 env: AWS_ACCESS_KEY_ID: ${{ secrets.S3_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET }}