Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 22, 2024
1 parent 8986c3e commit 660439a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}

jobs:
greeting_job:
runs-on: ubuntu-latest
env:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
if: ${{ env.DAY_OF_WEEK == 'Monday' }}
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!". ${{ github.workspace }}
env:
First_Name: Mona
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
Expand Down

0 comments on commit 660439a

Please sign in to comment.