diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-08 13:26:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 19:26:25 +0100 |
commit | 9dfe2dbd3f29d1d6f3ffb530c9d9e782b56b5c95 (patch) | |
tree | b5dbac87b0568619f2c3e1eacf019e3478dbb7d3 /.github | |
parent | b715bd8e53537c44915fa76e89e4af53486b027f (diff) |
Skip rebase-needed job for i10n branch (#24026)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rebase-needed.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml index 944ae7b28..6a8035210 100644 --- a/.github/workflows/rebase-needed.yml +++ b/.github/workflows/rebase-needed.yml @@ -4,9 +4,11 @@ on: push: branches-ignore: - 'dependabot/**' + - 'l10n_main' pull_request_target: branches-ignore: - 'dependabot/**' + - 'l10n_main' types: [synchronize] permissions: |