Skip to content

Commit

Permalink
Update gettext.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored May 4, 2024
1 parent e25711e commit 5bcc434
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
name: Gettext Updates

on:
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-22.04
container:
image: ghcr.io/elementary/docker:next-unstable
gettext_template:
runs-on: ubuntu-latest

steps:
- name: Install git
run: |
apt-get update
apt-get install git -y
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5bcc434

Please sign in to comment.