From 3dfbbf1b1b36c85e0df1de30770877ced560866c Mon Sep 17 00:00:00 2001 From: Clemens Kaserer Date: Tue, 12 Oct 2021 08:30:36 +0000 Subject: [PATCH] updated workflows --- .github/workflows/1-develop.yml | 3 --- .github/workflows/2-pull-request.yml | 3 --- .github/workflows/3-main.yml | 5 ----- 3 files changed, 11 deletions(-) diff --git a/.github/workflows/1-develop.yml b/.github/workflows/1-develop.yml index ef7d4ef..ba62dc3 100644 --- a/.github/workflows/1-develop.yml +++ b/.github/workflows/1-develop.yml @@ -88,9 +88,6 @@ jobs: - name: Install Molecule Dependencies run: pip install -r requirements.txt - # - name: Install ansible collections - # run: ansible-galaxy collection install -r requirements.yml - - name: Run Molecule Tests run: molecule test --all env: diff --git a/.github/workflows/2-pull-request.yml b/.github/workflows/2-pull-request.yml index dc9778a..8cad7c4 100644 --- a/.github/workflows/2-pull-request.yml +++ b/.github/workflows/2-pull-request.yml @@ -84,9 +84,6 @@ jobs: - name: Install Molecule Dependencies run: pip install -r requirements.txt - # - name: Install ansible collections - # run: ansible-galaxy collection install -r requirements.yml - - name: Run Molecule Tests run: molecule test --all env: diff --git a/.github/workflows/3-main.yml b/.github/workflows/3-main.yml index 560fc7f..c7c34f7 100644 --- a/.github/workflows/3-main.yml +++ b/.github/workflows/3-main.yml @@ -7,8 +7,6 @@ name: Main - main tags-ignore: - '**' - schedule: - - cron: '30 8 * * 3' jobs: ansible-linter: @@ -91,9 +89,6 @@ jobs: - name: Install Molecule Dependencies run: pip install -r requirements.txt - # - name: Install ansible collections - # run: ansible-galaxy collection install -r requirements.yml - - name: Run Molecule Tests run: molecule test --all env: