diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2807b1d..0bffdc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,8 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write + requires: + - build_and_test steps: - name: Checkout repository uses: actions/checkout@v2