Skip to content

Commit

Permalink
Added run keyword to example file triggering-a-workflow.md (#36061)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyevH authored Jan 27, 2025
1 parent 061b186 commit 6933714
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 6933714

Please sign in to comment.