Skip to content

Commit 24da559

Browse files
committed
🔥 Remove references job again
1 parent 39574c5 commit 24da559

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,6 @@ jobs:
7979
run: |
8080
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck
8181
82-
references:
83-
name: Generate References
84-
runs-on: ubuntu-22.04
85-
if: >
86-
github.event_name == 'push' && contains(github.event.head_commit.message, '[generate-references]')
87-
steps:
88-
- uses: actions/checkout@v3
89-
- name: Download Dependencies
90-
run: |
91-
sudo apt update -qq
92-
sudo apt install gettext imagemagick -qq
93-
- name: Build Burn-My-Windows
94-
run: make
95-
- name: Generate References
96-
run: sudo make references
97-
- uses: actions/upload-artifact@v3
98-
with:
99-
name: references
100-
path: tests/references/
101-
10282
build:
10383
name: Run Tests
10484
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)