Compare commits

...

1 Commits

Author SHA1 Message Date
df9953901f comment 2024-09-13 14:59:25 +02:00

19
.github/workflows/remind_slow_ci.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Build PR Documentation
on:
pull_request_target:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
remind:
name: remind
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Install requirements
run: |
echo "Bonjour"