Skip to content

Commit

Permalink
Slim down workflow dependencies, remove release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 18, 2023
1 parent 136a378 commit 425f713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches: '**'
pull_request:
branches: '**'
release:
types: [published]

jobs:
build:
Expand All @@ -17,7 +15,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends make gettext gnome-shell libglib2.0-bin
sudo apt-get install --no-install-recommends make gettext gnome-shell
- name: Build the extension bundle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends git make optipng gettext gnome-shell libglib2.0-bin
sudo apt-get install --no-install-recommends git make optipng gettext gnome-shell
- name: Check asset optimisation targets work
run: |
Expand Down

0 comments on commit 425f713

Please sign in to comment.