Skip to content

Commit

Permalink
Added run keyword to example file triggering-a-workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyevH committed Jan 26, 2025
1 parent 4925876 commit 2c69f80
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: build
echo 'building'
run: |
echo 'building'
publish:
needs: [build]
runs-on: ubuntu-latest
environment: production
steps:
- name: publish
echo 'publishing'
run: |
echo 'publishing'
```

> [!NOTE]
Expand Down

0 comments on commit 2c69f80

Please sign in to comment.