Skip to content

Commit

Permalink
Update deploy-docs-and-dashboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Apr 18, 2024
1 parent 8dee0c1 commit 1b0f8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-and-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- master
permissions:
id-token: write
jobs:
changes:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,6 +54,8 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.docs == 'true' }}
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 1b0f8bc

Please sign in to comment.