
Hello 🙂
I'm work with function and have a dedicated branch for them. Inside the configuration tabs, i have setup specially which branch to use (show the screen)
But the issue is that on each commit to the main
branch, i get a build that is trigger and failed. (screen 2 is on the main branch)
Why the main
branch isn't exclude from trigger ? I'm expected to only my cloud-functions
branch trigger build of appwrite function (screen 3 is on the cloud-functions branch)
screen 4 is the synthese on appwrite build screen, you can see the first trigger on the main it's failed and i'm expected to not see it.
Thanks
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
