We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6b79b commit 47d36d7Copy full SHA for 47d36d7
1 file changed
.github/workflows/blackbox.yml
@@ -35,18 +35,18 @@ jobs:
35
make \
36
--file=Makefile.workflow \
37
github:build:blackbox
38
- - name: Build Blackbox "ansible" module
39
- run: |
40
- make \
41
- --file=Makefile.workflow \
42
- github:build:blackbox:module \
43
- ansible
44
- - name: Build Blackbox "ansible-aws" module
45
46
47
48
49
- ansible-aws
+ # - name: Build Blackbox "ansible" module
+ # run: |
+ # make \
+ # --file=Makefile.workflow \
+ # github:build:blackbox:module \
+ # ansible
+ # - name: Build Blackbox "ansible-aws" module
+ # ansible-aws
50
- name: Build Blackbox "aws" module
51
run: |
52
0 commit comments