From 51d5e45334f3c8fdaffd299ee89085fc32179e6c Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Thu, 25 Jan 2024 16:33:00 -0500 Subject: [PATCH] update publish CI --- .github/workflows/publish.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 90ab5be..cd5ce42 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,13 +15,6 @@ jobs: contents: read packages: write steps: - - name: Wait on tests - uses: lewagon/wait-on-check-action@v1.3.1 - with: - ref: ${{ github.ref }} - check-name: "Build & Test" - repo-token: ${{ secrets.GITHUB_TOKEN }} - wait-interval: 5 - name: Checkout repository uses: actions/checkout@v3 - name: Log in to the Container registry