From 5782bcd704692eb9a2ae6f120e3f79eb7b22a845 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 4 Jan 2023 23:01:00 -0800 Subject: [PATCH 1/2] Only test install.sh on PRs --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1a50d7bbc..b2928e9871 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,6 +133,7 @@ jobs: run: cargo test --all - name: Test install.sh + if: github.event_name == 'pull_request' run: | bash www/install.sh --to /tmp /tmp/just --version From 5ea113218a3323caddd0f2c4da02530c698a18b1 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 4 Jan 2023 23:10:28 -0800 Subject: [PATCH 2/2] tweak --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2928e9871..60a9894ad2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,9 +131,3 @@ jobs: - name: Test run: cargo test --all - - - name: Test install.sh - if: github.event_name == 'pull_request' - run: | - bash www/install.sh --to /tmp - /tmp/just --version