Skip to content

Commit

Permalink
[GHA] Make runnable workflow more explicit in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Feb 29, 2024
1 parent 72a4dc6 commit c79b773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-compilation.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path

name: Continuous project validation
name: [RUNNABLE] Continuous project validation

on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ 2024-06 ]
paths-ignore:
- '.github/**'
- 'travis/**'

workflow_dispatch: # For manual trigger
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-doc-regeneration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# + trigger GHA on website's repository
#

name: Documentation Auto Refresh
name: [RUNNABLE] Documentation Auto Refresh

on:
workflow_dispatch: # For manual trigger
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.BOT_TOKEN }}" \
--data '{"event_type": "automated-generation"}' \
https://api.github.com/repos/gama-platform/gama-platform.github.io/dispatches
https://api.github.com/repos/gama-platform/gama-platform.github.io/dispatches
2 changes: 1 addition & 1 deletion .github/workflows/trigger-gama-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Make new GAMA release
name: [RUNNABLE] Make new GAMA release

on:
workflow_dispatch:
Expand Down

0 comments on commit c79b773

Please sign in to comment.