From e46bd832b1b2fc4d652b0481489d6324801415fa Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:30:24 +0200 Subject: [PATCH] Update github-actions-preflight.yml --- .github/workflows/github-actions-preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-preflight.yml b/.github/workflows/github-actions-preflight.yml index 8a7f469..8f5c7c4 100644 --- a/.github/workflows/github-actions-preflight.yml +++ b/.github/workflows/github-actions-preflight.yml @@ -4,7 +4,7 @@ name: GitHub Actions Ipynb for preflight jobs: ipynb_for_publishing: runs-on: ubuntu-latest - name: Ipynb for publishing + name: Ipynb preflight steps: - name: checkout repo uses: actions/checkout@v3 -- GitLab