forked from Abdulbari/sgeUpdated
Add test workflow updated name
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
name: Test Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop # only runs when you push to develop
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Print Hello
|
||||
run: echo "✅ Pipeline is working on branch: ${{ github.ref }}"
|
||||
Reference in New Issue
Block a user