Skip to content

Commit

Permalink
Don't run in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresolbakken committed Sep 5, 2023
1 parent ad14fe7 commit c0c2019
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
run-action:
runs-on: windows-2022
environment: CD
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -38,7 +37,6 @@ 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 c0c2019

Please sign in to comment.