We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0354b3 commit 7ffe409Copy full SHA for 7ffe409
.ci/clean_registry.py
.github/workflows/package_cleanup.yml
@@ -20,18 +20,10 @@ jobs:
20
PACKAGE_DELETION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
22
steps:
23
- - name: "Checkout repository"
24
- uses: actions/checkout@v3
25
26
- - name: Set up Python
27
- uses: actions/setup-python@v4
28
- with:
29
- python-version: '3.10'
30
-
31
- - name: "Install requirements"
32
- run: |
33
- pip install ghapi
34
35
- - name: "Perform cleanup"
36
37
- python .ci/clean_registry.py
+ - name: "Perform versions cleanup - except certain tags"
+ uses: pyansys/actions/hk-package-clean-except@main
+ with:
+ package-name: 'geometry'
+ token: ${{ secrets.GITHUB_TOKEN }}
+ tags: 'windows-latest, windows-latest-unstable'
0 commit comments