Skip to content

Commit

Permalink
Update my_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4sokol authored Sep 11, 2023
1 parent 1618730 commit 8f81f40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/my_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:
run: |
echo "Hello Message 1"
echo "Hello Message 2"
my-deploy:
runs-on: ubuntu-latest
needs: [my-test] #need to successfully run 'my-test' job forst to run this current

steps:
- name: Print current date & time
run: timedatectl

0 comments on commit 8f81f40

Please sign in to comment.