Compare commits

...

2 Commits

Author SHA1 Message Date
accidentallycompetent ef7832a7be Merge pull request 'change gitea runner label match' (#8) from update_act_matcher into main
Reviewed-on: #8
2023-11-25 12:41:09 +00:00
Tomasz Frątczak 976e5c7bab change gitea runner label match 2023-11-25 13:40:20 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
- "charts/**"
jobs:
Publilsh-Charts:
runs-on: ubuntu-22.04:docker://node:18-bullseye
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4