Skip to content

Commit

Permalink
chore: Set emojis that better represent what happens in GH workflows (#…
Browse files Browse the repository at this point in the history
…819)

* Change emoji to neutral symbol and fix ignorance rules
  • Loading branch information
MaxymVlasov authored Feb 17, 2025
1 parent 1e54f11 commit c613da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: 🧪
name:

on:
merge_group:
push:
branches-ignore:
- dependabot/** # Dependabot always creates PRs
- renovate/** # Our Renovate setup always creates PRs
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
- maintenance/pip-tools-constraint-lockfiles # Lock files through PRs
- maintenance/pip-tools-constraint-lockfiles-** # Lock files through PRs
- patchback/backports/** # Patchback always creates PRs
- pre-commit-ci-update-config # pre-commit.ci always creates a PR
pull_request:
workflow_call: # a way to embed the main tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-runs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name:
name: 🕔

on:
pull_request:
Expand Down Expand Up @@ -35,6 +35,6 @@ run-name: >-
jobs:
main-ci-cd-pipeline:
name: 🧪 Main CI/CD pipeline
name: Main CI/CD pipeline
uses: ./.github/workflows/ci-cd.yml
secrets: inherit

0 comments on commit c613da7

Please sign in to comment.