From 9d67ac4384ea22c6d38a1d02a37f5dd7f97b68b5 Mon Sep 17 00:00:00 2001 From: OIDF-automation <142781923+OIDF-automation@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:22:17 +0000 Subject: [PATCH] Update Build-oid4vc-haip-sd-jwt-vc.yml --- .github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml b/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml index 27f9c26..c72e46d 100644 --- a/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml +++ b/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml @@ -1,4 +1,4 @@ -name: oid4vc-haip-sd-jwt-vc document push +name: draft-oid4vc-haip-sd-jwt-vc document push on: push: branches: [ main ] @@ -6,7 +6,7 @@ on: branches: [ main ] jobs: - compile-oid4vc-haip-sd-jwt-vc: + compile-draft-oid4vc-haip-sd-jwt-vc: name: Compile site assets runs-on: ubuntu-latest steps: @@ -29,7 +29,7 @@ jobs: publish-to-pages: name: Publish to GitHub Pages if: github.ref == 'refs/heads/main' - needs: compile-oid4vc-haip-sd-jwt-vc + needs: compile-draft-oid4vc-haip-sd-jwt-vc runs-on: ubuntu-latest permissions: pages: write