From 5441eea80cd0ea5bc35e667e9078162f1df5e6b6 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Sun, 13 Feb 2022 00:56:25 +0200 Subject: [PATCH] ci: disable automatic workflow dispatching --- .github/workflows/generate-and-upload.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/generate-and-upload.yml b/.github/workflows/generate-and-upload.yml index 9c36b6f..c1b3098 100644 --- a/.github/workflows/generate-and-upload.yml +++ b/.github/workflows/generate-and-upload.yml @@ -8,15 +8,15 @@ env: on: workflow_dispatch: - push: - branches: [ main ] - paths: - - 'report.toml' - - 'Lab1/Lab1.TouristInformationCenter/**' - - 'Lab2/Lab2.TouristInformationCenter/**' - - 'Lab3/Lab3.TouristInformationCenter/**' - - 'Lab4/Lab4.TouristInformationCenter/**' - - 'Lab5/Lab5.TouristInformationCenter/**' + # push: + # branches: [ main ] + # paths: + # - 'report.toml' + # - 'Lab1/Lab1.TouristInformationCenter/**' + # - 'Lab2/Lab2.TouristInformationCenter/**' + # - 'Lab3/Lab3.TouristInformationCenter/**' + # - 'Lab4/Lab4.TouristInformationCenter/**' + # - 'Lab5/Lab5.TouristInformationCenter/**' jobs: generate-and-upload: @@ -45,4 +45,3 @@ jobs: upload-filename: ${{ env.MOODLE_FILENAME }} ktu-username: ${{ secrets.KTU_USERNAME }} ktu-password: ${{ secrets.KTU_PASSWORD }} -