Skip to content

Commit 5b7028a

Browse files
authored
Merge pull request #22 from hayat01sh1da/hayat01sh1da/github-actions/optimise-labels-and-job-processes
[github-actions] Optimise Labels and Job Processes
2 parents ad52c77 + 338330f commit 5b7028a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: UnitTest
4+
name: Python
55

66
on:
77
push:
88
branches:
99
- master
1010
paths:
11-
- '.github/workflows/unittest.yml'
11+
- '.github/workflows/python.yml'
1212
- '.python-version'
1313
- 'python/**/*.py'
1414
pull_request:
1515
paths:
16-
- '.github/workflows/unittest.yml'
16+
- '.github/workflows/python.yml'
1717
- '.python-version'
1818
- 'python/**/*.py'
1919

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
66
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77

8-
name: Minitest
8+
name: Ruby
99

1010
on:
1111
push:
1212
branches:
1313
- master
1414
paths:
15-
- '.github/workflows/minitest.yml'
15+
- '.github/workflows/ruby.yml'
1616
- '.ruby-version'
1717
- 'ruby/**/*.rb'
1818
pull_request:
1919
paths:
20-
- '.github/workflows/minitest.yml'
20+
- '.github/workflows/ruby.yml'
2121
- '.ruby-version'
2222
- 'ruby/**/*.rb'
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Actions Status: UnitTest](https://github.com/hayat01sh1da/json-data-sorters/workflows/UnitTest/badge.svg)](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22UnitTest%22)
2-
[![Actions Status: Minitest](https://github.com/hayat01sh1da/json-data-sorters/workflows/Minitest/badge.svg)](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Minitest%22)
1+
[![Actions Status: Python](https://github.com/hayat01sh1da/json-data-sorters/workflows/Python/badge.svg)](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Python%22)
2+
[![Actions Status: Ruby](https://github.com/hayat01sh1da/json-data-sorters/workflows/Ruby/badge.svg)](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22Ruby%22)
33
[![Actions Status: CodeQL](https://github.com/hayat01sh1da/json-data-sorters/workflows/CodeQL/badge.svg)](https://github.com/hayat01sh1da/json-data-sorters/actions?query=workflow%3A%22CodeQL%22)
44

55
## 1. Common Environment

0 commit comments

Comments
 (0)