diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e14bff2..fd0e9b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,6 @@ name: Test on: - push: - branches: [ '🙄' ] + pull_request: jobs: job: @@ -18,16 +17,3 @@ jobs: run: if [[ "$FOO" == "foobar" ]]; then echo "ok"; else echo "nope"; fi - name: Test step summary run: echo 'Step summary for Test / Test' >> $GITHUB_STEP_SUMMARY - - job2: - name: Test2 - runs-on: ubuntu-latest - steps: - - name: One - run: echo 1 - - name: Wait - timeout-minutes: 1 - continue-on-error: true - run: sleep 300 - - name: Two - run: echo 1 diff --git a/foo.txt b/foo.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/foo.txt @@ -0,0 +1 @@ +1