Skip to content

Commit

Permalink
Re-enable container in validate_conditional_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Jul 9, 2024
1 parent a231729 commit 80f6c26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
name: Validate conditional checks
timeout-minutes: 1440
runs-on: gpuagrohr-02
# container:
# image: ubuntu:22.04
container:
image: ubuntu:22.04

steps:

- name: Install dependencies
run: |
apt-get update
apt-get install -y ca-certificates
- uses: blend/[email protected]
with:
Expand Down

0 comments on commit 80f6c26

Please sign in to comment.