diff --git a/.github/workflows/envtest.yml b/.github/workflows/envtest.yml index dcf7248..1096715 100644 --- a/.github/workflows/envtest.yml +++ b/.github/workflows/envtest.yml @@ -66,12 +66,13 @@ jobs: post: name: Post - runs-on: ${{ inputs.runs-on }} - timeout-minutes: ${{ inputs.timeout-minutes }} + runs-on: ubuntu-latest # always runs, regardless of the outcome of any of the previous steps if: always() steps: - name: Post - run: echo 'Post Steps, such as notifications, etc.' + run: | + echo 'Post Steps, such as notifications, etc.' + echo ::notify::I'm a post step!