Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Create runner in .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp committed Nov 14, 2023
1 parent 7e514ab commit 4b731d7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_08_Ilmenauer_Schnellschachturnier/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_09_RSR_Ausbildung.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_09_RSR_Ausbildung/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_10_Magdeburg_Open_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_10_Magdeburg_Open_28/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_10_Mannschaftsschnellschachpokal-Schach-Königssee/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/2023_10_RSR_Ausbildung_Nachtrag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_10_RSR_Ausbildung_Nachtrag/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
EXTCLOUD_URL="${{ secrets.ISV_WEBDAV_BASE }}/${{ secrets.ISV_WEBDAV_PATH }}/"
USERNAME="${{ secrets.ISV_WEBDAV_USER }}"
PASSWORD="${{ secrets.ISV_WEBDAV_PASSWORD }}"
PDF_FILE="ISV_2023_11_Halloween_Blitz.pdf"
PDF_FILE="ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf"
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
EXTCLOUD_URL="${{ secrets.ESKOPP_WEBDAV_BASE }}/${{ secrets.ESKOPP_WEBDAV_PATH }}/"
USERNAME="${{ secrets.ESKOPP_WEBDAV_USER }}"
PASSWORD="${{ secrets.ESKOPP_WEBDAV_PASSWORD }}"
PDF_FILE="ISV_2023_11_Halloween_Blitz.pdf"
PDF_FILE="ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf"
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
Expand Down Expand Up @@ -117,10 +117,10 @@ jobs:

- name: Upload zur ISV Cloud Event
run: |
EXTCLOUD_URL="${{ secrets.ISV_WEBDAV_BASE }}/${{ secrets.ISV_WEBDAV_PATH_EVENT }}/2023_11_Halloween_Blitz/"
EXTCLOUD_URL="${{ secrets.ISV_WEBDAV_BASE }}/${{ secrets.ISV_WEBDAV_PATH_EVENT }}/2023_10_RSR_Ausbildung_Nachtrag/"
USERNAME="${{ secrets.ISV_WEBDAV_USER }}"
PASSWORD="${{ secrets.ISV_WEBDAV_PASSWORD }}"
PDF_FILE="ISV_2023_11_Halloween_Blitz.pdf"
PDF_FILE="ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf"
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
Expand Down Expand Up @@ -149,10 +149,10 @@ jobs:

- name: Upload zur ESKOPP Cloud Event
run: |
EXTCLOUD_URL="${{ secrets.ESKOPP_WEBDAV_BASE }}/${{ secrets.ESKOPP_WEBDAV_PATH_EVENT }}/2023_11_Halloween_Blitz/"
EXTCLOUD_URL="${{ secrets.ESKOPP_WEBDAV_BASE }}/${{ secrets.ESKOPP_WEBDAV_PATH_EVENT }}/2023_10_RSR_Ausbildung_Nachtrag/"
USERNAME="${{ secrets.ESKOPP_WEBDAV_USER }}"
PASSWORD="${{ secrets.ESKOPP_WEBDAV_PASSWORD }}"
PDF_FILE="ISV_2023_11_Halloween_Blitz.pdf"
PDF_FILE="ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf"
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
EXTCLOUD_URL="${{ secrets.ESKOPP_WEBDAV_BASE }}/${{ secrets.ESKOPP_WEBDAV_PATH_PUB }}/"
USERNAME="${{ secrets.ESKOPP_WEBDAV_USER }}"
PASSWORD="${{ secrets.ESKOPP_WEBDAV_PASSWORD }}"
PDF_FILE="ISV_2023_11_Halloween_Blitz.pdf"
PDF_FILE="ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf"
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_10_Vereinspräsentation_TUIlmenau_WS2324/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_11_Halloween_Blitz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_11_Halloween_Blitz/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_11_KJEM_IK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- "2023_11_KJEM_IK/**"
# - ".github/workflows/**"
- ".github/workflows/**"

jobs:
build:
Expand Down

0 comments on commit 4b731d7

Please sign in to comment.