ci: disable automatic workflow dispatching
This commit is contained in:
parent
4f15e869e4
commit
5441eea80c
19
.github/workflows/generate-and-upload.yml
vendored
19
.github/workflows/generate-and-upload.yml
vendored
@ -8,15 +8,15 @@ env:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
# push:
|
||||||
branches: [ main ]
|
# branches: [ main ]
|
||||||
paths:
|
# paths:
|
||||||
- 'report.toml'
|
# - 'report.toml'
|
||||||
- 'Lab1/Lab1.TouristInformationCenter/**'
|
# - 'Lab1/Lab1.TouristInformationCenter/**'
|
||||||
- 'Lab2/Lab2.TouristInformationCenter/**'
|
# - 'Lab2/Lab2.TouristInformationCenter/**'
|
||||||
- 'Lab3/Lab3.TouristInformationCenter/**'
|
# - 'Lab3/Lab3.TouristInformationCenter/**'
|
||||||
- 'Lab4/Lab4.TouristInformationCenter/**'
|
# - 'Lab4/Lab4.TouristInformationCenter/**'
|
||||||
- 'Lab5/Lab5.TouristInformationCenter/**'
|
# - 'Lab5/Lab5.TouristInformationCenter/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-and-upload:
|
generate-and-upload:
|
||||||
@ -45,4 +45,3 @@ jobs:
|
|||||||
upload-filename: ${{ env.MOODLE_FILENAME }}
|
upload-filename: ${{ env.MOODLE_FILENAME }}
|
||||||
ktu-username: ${{ secrets.KTU_USERNAME }}
|
ktu-username: ${{ secrets.KTU_USERNAME }}
|
||||||
ktu-password: ${{ secrets.KTU_PASSWORD }}
|
ktu-password: ${{ secrets.KTU_PASSWORD }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user