Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Sep 23, 2021
1 parent e5acfa1 commit 8948372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkForTranslations.yaml
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Checkout remote
uses: actions/checkout@v2
with: |
repository: nvdaaddons/${{ github.event.repository.name }}
repository: nvdaaddons/clipContentsDesigners
ref: stable
path: remote
- name: Disable workflow on failure
if: failure()
run: gh workflow disable ${{ github.workflow }}
run: gh workflow disable checkForTranslations.yaml
- name: Checkout main
uses: actions/checkout@v2

Expand Down

0 comments on commit 8948372

Please sign in to comment.