From b6d507aa320a48941ef343a7fac7b7e5d8c6d0ce Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 14 Jul 2023 07:58:53 -0700 Subject: [PATCH] Handle main branch --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a321e2..dd540b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -42,7 +41,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -60,7 +58,6 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -86,7 +83,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH` @@ -115,7 +111,6 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | @@ -133,7 +128,6 @@ jobs: reinstall: true extra-conf: | use-sqlite-wal = true - nix-installer-pr: 568 - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: |