Skip to content

Commit

Permalink
ci: keep it simple and safe
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 20, 2019
1 parent ff3c45e commit 81ca8f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: GLPI Agent CI

on: [push, pull_request]
on: [push]

jobs:
linux-ubuntu-test:
Expand All @@ -9,8 +9,6 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install cpanminus
run: |
sudo apt -y install cpanminus libmodule-install-perl
Expand Down Expand Up @@ -41,8 +39,6 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Update environment
run: |
echo '::add-path::C:\Strawberry\perl\bin'
Expand Down

0 comments on commit 81ca8f4

Please sign in to comment.