Skip to content

Commit

Permalink
ci: Remove empty PR build jobs (openfoodfacts#11307)
Browse files Browse the repository at this point in the history
Removes the two PR build jobs that just finished without doing anything.
  • Loading branch information
hangy authored Jan 29, 2025
1 parent b8651b8 commit 9cba3cd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@ concurrency:

jobs:

# those are just until we de-activate their mandatory
gulp:
name: Gulp
runs-on: ubuntu-latest
steps:
- name: just finish
run: exit 0
dev:
name: Dev
runs-on: ubuntu-latest
steps:
- name: just finish
run: exit 0

lint:
name: 🕵️‍♀️ NPM lint
runs-on: ubuntu-latest
Expand Down Expand Up @@ -254,4 +240,4 @@ jobs:
run: |
env/setenv.sh off;
sh -c ". conf/apache-2.4/off-envvars"
sh -c "APACHE_CONFDIR=/etc/apache2-priority; . conf/apache-2.4/off-envvars"
sh -c "APACHE_CONFDIR=/etc/apache2-priority; . conf/apache-2.4/off-envvars"

0 comments on commit 9cba3cd

Please sign in to comment.