Skip to content

Commit 1b02753

Browse files
committed
Remove unused workflows and citations
1 parent 71c3e2a commit 1b02753

10 files changed

+1
-534
lines changed

.github/workflows/citation-validation.yml

-84
This file was deleted.

.github/workflows/delete-old-workflow-runs.yml

-75
This file was deleted.

.github/workflows/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
runs-on: ubuntu-latest
1818

19-
if: ${{ github.actor == 'dependabot[bot]' }}
19+
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
2020
steps:
2121
- name: Fetch Metadata
2222
id: dependabot-metadata

.github/workflows/document-validation.yml

-102
This file was deleted.

.github/workflows/greetings.yml

-27
This file was deleted.

.github/workflows/purge-deprecated-workflow-runs.yml

-47
This file was deleted.

0 commit comments

Comments
 (0)