Skip to content

Commit cb6dc4e

Browse files
authored
Disable container image for Ubuntu 20.04 workflow
Comment out the container image specification in the workflow.
1 parent a12142b commit cb6dc4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing1087.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
name: Step 1 - Ubuntu 20.04 container
99
runs-on: self-hosted
1010

11-
container:
12-
image: ubuntu:20.04
11+
# container:
12+
# image: ubuntu:20.04
1313

1414
steps:
1515
- name: Install required tools

0 commit comments

Comments
 (0)