diff --git a/.github/workflows/fetch_all_tools.yaml b/.github/workflows/fetch_all_tools.yaml index c47597f8..4bbfc5e8 100644 --- a/.github/workflows/fetch_all_tools.yaml +++ b/.github/workflows/fetch_all_tools.yaml @@ -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 @@ -95,4 +96,5 @@ jobs: FOLDER: results GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: self - SKIP_EMPTY_COMMITS: true \ No newline at end of file + SKIP_EMPTY_COMMITS: true + MESSAGE: "Update results step: fetch all tools merge - commmit {sha}" \ No newline at end of file diff --git a/.github/workflows/fetch_all_tutorials.yaml b/.github/workflows/fetch_all_tutorials.yaml index 922a9d9b..85412d40 100644 --- a/.github/workflows/fetch_all_tutorials.yaml +++ b/.github/workflows/fetch_all_tutorials.yaml @@ -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}" diff --git a/.github/workflows/filter_communities.yaml b/.github/workflows/filter_communities.yaml index 0a58f26a..48455f90 100644 --- a/.github/workflows/filter_communities.yaml +++ b/.github/workflows/filter_communities.yaml @@ -26,6 +26,7 @@ permissions: jobs: filter-all-tutorials: + name: Filter tutorials runs-on: ubuntu-20.04 steps: - name: Checkout main @@ -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 @@ -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 @@ -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}" \ No newline at end of file