From 900fea1fa568752806c6676dbe817e1d1d916972 Mon Sep 17 00:00:00 2001 From: Brooks Cunningham Date: Thu, 3 Oct 2024 11:50:26 -0500 Subject: [PATCH] Update build-ngwaf-compute-integration.yaml --- .github/workflows/build-ngwaf-compute-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ngwaf-compute-integration.yaml b/.github/workflows/build-ngwaf-compute-integration.yaml index 858ea71..8ca3bbc 100644 --- a/.github/workflows/build-ngwaf-compute-integration.yaml +++ b/.github/workflows/build-ngwaf-compute-integration.yaml @@ -2,7 +2,7 @@ name: Build ngwaf-compute-integration on: push jobs: - deploy: + build-ngwaf-compute-integration: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3