Skip to content

Commit

Permalink
proper CI names and commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Jul 25, 2024
1 parent bed776f commit 27b0e99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: fetch all tool stepwise - commmit {sha}"

fetch-all-tools-merge:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -95,4 +96,5 @@ jobs:
FOLDER: results
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: fetch all tools merge - commmit {sha}"
1 change: 1 addition & 0 deletions .github/workflows/fetch_all_tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: fetch all tutorials - commmit {sha}"
6 changes: 6 additions & 0 deletions .github/workflows/filter_communities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permissions:

jobs:
filter-all-tutorials:
name: Filter tutorials
runs-on: ubuntu-20.04
steps:
- name: Checkout main
Expand Down Expand Up @@ -54,8 +55,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: filter tutorials - commmit {sha}"

update-tools-to-keep-exclude:
name: Update tool to keep and exclude
runs-on: ubuntu-20.04
steps:
- name: Checkout main
Expand Down Expand Up @@ -84,8 +87,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: update tool to keep and exclude - commmit {sha}"

filter-all-tools:
name: Filter all tools
runs-on: ubuntu-20.04
steps:
- name: Checkout main
Expand Down Expand Up @@ -114,5 +119,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: self
SKIP_EMPTY_COMMITS: true
MESSAGE: "Update results step: filter all tools - commmit {sha}"


0 comments on commit 27b0e99

Please sign in to comment.