(feat) O3-4190 Add ability to filter lab orders by type and date (#2104) #522
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: | |
push: | |
branches: [main] | |
name: 'Update Transifex on Push' | |
jobs: | |
push-translations-to-transifex: | |
name: push-translations-to-transifex | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Push source file using transifex client | |
uses: transifex/cli-action@v2 | |
with: | |
token: ${{ secrets.TRANSIFEX_TOKEN }} |