Skip to content

Commit 7861888

Browse files
authored
Add a dummy job that always passes
#2593
1 parent 584867a commit 7861888

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ env:
1414
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515

1616
jobs:
17+
dummy:
18+
# https://github.com/AppImage/appimage.github.io/issues/2593
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Pass dummy job
22+
run: |
23+
echo "passing"
1724
build:
1825
runs-on: ubuntu-18.04
1926
timeout-minutes: 5

0 commit comments

Comments
 (0)