You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on:
# condition on 'polling' trigger was not transformed because there is no suitable equivalent in GitHub Actions: [{"green-plan"=>["PAN-NOD"]}]schedule:
- cron: 0 8 * * *# The following schedule was transformed and may behave differently than in Bamboo.# In GitHub Actions, this workflow will run on this schedule regardless of any changes whereas in Bamboo a job will only run if there are changes.
- cron: 30 1 * * *
Unsupported Options
conditions
repositories - Within Bamboo it is possible to conditionally trigger a build when changes are detected against one or more repositories from various providers. Conditions on triggers are not currently supported. The transformed build will always be run on the specified schedule.