diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1081401 --- /dev/null +++ b/.github/workflows/main.yml @@ -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/checkout@v4.1.1 + - name: step2 + run: echo "Hello again from NGP after setp2" + diff --git a/NGP-File b/NGP-File new file mode 100644 index 0000000..8cd06da --- /dev/null +++ b/NGP-File @@ -0,0 +1 @@ +Adding NGP file..