Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# NGP First Workflow
name: workflow2

on : push

jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: step1
run: |
echo "Hello from NGP"
ls -l
hostname
- name: step2
run: sleep 30
job2:
runs-on: unbuntu-latest
steps:
- name: step1 for copying the git
uses: actions/[email protected]
- name: step2
run: echo "Hello again from NGP after setp2"

1 change: 1 addition & 0 deletions NGP-File
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adding NGP file..