Skip to content

Commit 63f1ddf

Browse files
committed
workflow at job level
1 parent a0fd1e7 commit 63f1ddf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777
- job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
7878
env_vars: 'HOST=i686-w64-mingw32'
7979

80-
steps:
81-
- name: Checkout
82-
uses: actions/checkout@v3
80+
# steps:
81+
# - name: Checkout
82+
# uses: actions/checkout@v3
8383

84-
- run: ls -l ./.github/workflows/run-in-docker.yml
84+
# - run: ls -l ./.github/workflows/run-in-docker.yml
8585

86-
- name: Run in Docker
87-
uses: ./.github/workflows/run-in-docker.yml
86+
# - name: Run in Docker
87+
uses: ./.github/workflows/run-in-docker.yml
8888
# with:
8989
# dockerfile: ./ci/linux-debian-wine.Dockerfile
9090
# tag: ci-image

0 commit comments

Comments
 (0)