Skip to content

Commit

Permalink
ci(actions): comment out respect-funcignore which is causing build …
Browse files Browse the repository at this point in the history
…failures as of today
  • Loading branch information
mikesprague committed May 28, 2024
1 parent 85d38f5 commit 704cf78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
slot-name: ${{ env.FUNCTION_APP_SLOT_NAME }}
package: ${{ env.FUNCTION_APP_PATH }}
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
respect-funcignore: true
# respect-funcignore: true

- name: ⚠️ Cancelled Notification
if: ${{ cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
app-name: ${{ env.FUNCTION_APP_NAME }}
package: ${{ env.FUNCTION_APP_PATH }}
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE_DEV }}
respect-funcignore: true
# respect-funcignore: true

- name: ⚠️ Cancelled Notification
if: ${{ cancelled() }}
Expand Down

0 comments on commit 704cf78

Please sign in to comment.