Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Added workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 23, 2023
1 parent feca8c0 commit fb04aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
push:
branches:
- master
workflow_dispatch:
workflow_call:


jobs:
tests:
runs-on: ubuntu-latest
steps:

# Not using strategy.matrix to create multiple jobs
# as we do NOT want to test with any form of concurrency
# to avoid 'race conditions' against Transifex
Expand Down

0 comments on commit fb04aa0

Please sign in to comment.