Skip to content

Commit

Permalink
fix: full revert of gh actions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 4, 2023
1 parent 5d50317 commit 75e7f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
if: false

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Clone VSCode repo
run: ./get_repo.sh
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Check version
env:
Expand Down

0 comments on commit 75e7f71

Please sign in to comment.