Skip to content

Commit

Permalink
Define CD environment in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bisera-cognite authored and cfzlp committed Aug 25, 2023
1 parent aab230b commit ed31cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
run-action:
runs-on: windows-2022
environment: CD
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:

run-action-linux:
runs-on: ubuntu-22.04
environment: CD
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ed31cb1

Please sign in to comment.