Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
d756bd36
Unverified
Commit
d756bd36
authored
1 year ago
by
Nemanja Glumac
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Refine CI triggers for `i18n` workflow (#35533)
parent
55ed5e0f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/file-paths.yaml
+3
-1
3 additions, 1 deletion
.github/file-paths.yaml
.github/workflows/i18n.yml
+16
-0
16 additions, 0 deletions
.github/workflows/i18n.yml
with
19 additions
and
1 deletion
.github/file-paths.yaml
+
3
−
1
View file @
d756bd36
...
...
@@ -121,7 +121,9 @@ codeql:
i18n
:
-
*default
-
*ci
-
"
.github/actions/prepare-frontend/**"
-
"
.github/actions/prepare-backend/**"
-
"
.github/workflows/i18n.yml"
-
*sources
visualizations
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/i18n.yml
+
16
−
0
View file @
d756bd36
...
...
@@ -12,8 +12,24 @@ concurrency:
cancel-in-progress
:
true
jobs
:
files-changed
:
name
:
Check which files changed
runs-on
:
ubuntu-22.04
timeout-minutes
:
3
outputs
:
i18n
:
${{ steps.changes.outputs.i18n }}
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Test which files changed
uses
:
dorny/paths-filter@v2.11.1
id
:
changes
with
:
token
:
${{ github.token }}
filters
:
.github/file-paths.yaml
verify-i18n-files
:
needs
:
files-changed
if
:
needs.files-changed.outputs.i18n == 'true'
runs-on
:
ubuntu-22.04
timeout-minutes
:
15
steps
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment