Skip to content

Commit

Permalink
Disable verify-docs from promotion pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwizeshift committed Sep 27, 2024
1 parent 3149a6a commit 68ef4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Clang
uses: ./.github/actions/setup-clang

- name: Update package cache
uses: ./.github/actions/update-apt

- name: Setup Clang
uses: ./.github/actions/setup-clang

- name: Setup OpenAL Soft
uses: ./.github/actions/setup-openal-soft

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Promote to Master
runs-on: ubuntu-latest
if: success()
needs: [verify-build, verify-docs]
needs: [verify-build]

environment:
name: master
Expand Down

0 comments on commit 68ef4ce

Please sign in to comment.