This message was deleted.
# atlantis-community
s
This message was deleted.
p
define actions
p
like checking if there is anything to plan? or even checking if autoplan is enabled
p
yes, it will check for a atlantis.yaml file
it will follow whatever there
p
and during this process, does it hold a lock for the workspace?
(atlantis lock, not tf state lock)
p
mmm I think the lock only happens if a plan is executed
not before
p
I was trying to explain the sequence of events (with autoplan disabled) A push is made, atlantis begins to do something (probably check for
atlantis.yaml
as you said), in the mean time someone comments
atlantis plan
and then this error pops up
Copy code
The default workspace is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again.
p
enable debug you will see all the steps there
the order is pretty important in that case
👍 1