Skip to content

Commit

Permalink
Change workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed May 2, 2024
1 parent b2bc139 commit 0acd5c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Doc
name: 3 - Generate Test Report
run-name: ${{ github.actor }} is generating doc in GitHub Actions 🚀
on: workflow_dispatch
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing Interoperability
name: 1 - Run Interoperability Tests
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: workflow_dispatch
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: 4 - Publish Test Report (GitHub pages)

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_artifact.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Artifact
name: 2 - Upload Test Results to Drive
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: workflow_dispatch
jobs:
Expand Down

0 comments on commit 0acd5c2

Please sign in to comment.