Skip to content

Commit

Permalink
second job added
Browse files Browse the repository at this point in the history
  • Loading branch information
immanojgm authored Dec 9, 2024
1 parent ffc6b28 commit 5e1e630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sample-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ jobs:
steps:
- name: my first workflow
run: echo "hello, well come to github workflow"



second_job:
runs-on: ubuntu-latest
steps:
- name: my second workflow
run: echo "how are you"

0 comments on commit 5e1e630

Please sign in to comment.