Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Disable testing on push, configure to be run manually against a future fix-the-tests branch.
  • Loading branch information
LlmDl authored Oct 30, 2024
1 parent ec877a4 commit 9f75852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Run Tests
on:
push:
branches-ignore: [l10n_master]
workflow_dispatch:
# push:
# branches-ignore: [l10n_master]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f75852

Please sign in to comment.