fix: remove unsupported 'enabled' key from workflow config (#15611)

Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
sangwook
2026-01-09 07:45:41 +09:00
committed by GitHub
parent d75792703a
commit e51f3e11f1
2 changed files with 0 additions and 2 deletions

View File

@@ -101,7 +101,6 @@ jobs:
"FIRESTORE_DATABASE_ID": "(default)",
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
},
"enabled": true,
"timeout": 600000
}
},

View File

@@ -81,7 +81,6 @@ jobs:
"FIRESTORE_DATABASE_ID": "(default)",
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
},
"enabled": true,
"timeout": 600000
}
},