Skip to content

Commit

Permalink
Update test_workflow_manual_trigger.yml
Browse files Browse the repository at this point in the history
Changed workflow name
  • Loading branch information
vmvartiainen authored Aug 15, 2024
1 parent c75460b commit 36e13d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow_manual_trigger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Checkout
name: Manual trigger
on: [workflow_dispatch]


Expand All @@ -15,4 +15,4 @@
echo "Running tests"
echo "Tests passed ${{ github.run_number }}"
echo "Current date and time: $(TZ='Europe/Helsinki' date +%Y-%m-%d\ %H:%M:%S)"
echo "Triggered by: ${{ github.event_name }}"
echo "Triggered by: ${{ github.event_name }}"

0 comments on commit 36e13d5

Please sign in to comment.