Skip to content

Commit

Permalink
Fix artifacts??
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Oct 13, 2024
1 parent 0a11527 commit 12b4c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
check-secret:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
has-password: ${{ steps.has-password.outputs.defined }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pr_comment:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/github-script@v3
with:
Expand Down

0 comments on commit 12b4c65

Please sign in to comment.