diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml
index f45fbf17e..4b94cec85 100644
--- a/.github/workflows/develop.deploy-functions.yml
+++ b/.github/workflows/develop.deploy-functions.yml
@@ -7,11 +7,11 @@ on:
   workflow_dispatch:
 
 jobs:
-  job_id:
-    setup:
-      runs-on: ubuntu-latest
-      environment: develop
+  setup:
+    runs-on: ubuntu-latest
+    environment: develop
 
+  job_id:
     permissions:
       contents: 'read'
       id-token: 'write'