Skip to content

Commit

Permalink
put both jobs in same workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jul 20, 2023
1 parent 03ee5d0 commit a7b8c80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lapis-archlinux-itchio
name: docker-build

on:
push:
Expand All @@ -7,9 +7,15 @@ on:
branches: [ "master" ]

jobs:
build:
lapis-archlinux-itchio:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docker build
run: docker build lapis-archlinux-itchio/
lapis-archlinux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docker build
run: docker build lapis-archlinux/
15 changes: 0 additions & 15 deletions .github/workflows/lapis-archlinux.yml

This file was deleted.

0 comments on commit a7b8c80

Please sign in to comment.