1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Correctly prevent the Docker build workflow from executing on CrowdIn PRs (#17795)

This commit is contained in:
James M. Greene
2021-02-10 19:33:09 -06:00
committed by GitHub
parent 0d02e1c142
commit 271df90bab

View File

@@ -7,14 +7,15 @@ on:
branches:
- main
pull_request:
branches-ignore:
- translations
env:
CI: true
jobs:
build:
# Do not run this job for translations PRs
if: ${{ github.ref != 'refs/heads/translations' }}
runs-on: ubuntu-latest
steps:
- name: Check out repo